Skip to content

Add help file for Key Vault cmdlets #419

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 1 commit into from
May 22, 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
8 changes: 8 additions & 0 deletions setup/azurecmdfiles.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@
<Component Id="cmpD5624BF8D78E80B0526773DE6E4FD2D2" Guid="*">
<File Id="fil81AE4D49FE4C59DD6526396037D718F7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Compute.dll-Help.xml" />
</Component>
<Component Id="cmp2D89D47A52D9C508B335922A76918EE3" Guid="*">
<File Id="filFE04FA7CFF5D29881FA54A6ED872814A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Compute.format.generated.ps1xml" />
</Component>
<Component Id="cmp62942A24352ADC631A6C9DAE39D62F70" Guid="*">
<File Id="fil1FB621027ABD42027FCAE84212775303" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Compute.format.ps1xml" />
</Component>
Expand Down Expand Up @@ -880,6 +883,9 @@
<Component Id="cmp4384DC163B139D10A7988F6DCE10A880" Guid="*">
<File Id="fil93B13FEC3D2F0E6C24EEA5A88743673E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.dll" />
</Component>
<Component Id="cmp72DEDEB70C04F613F499759765B491C3" Guid="*">
<File Id="fil945BE330AE595DDFB65805EF5604059F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.dll-help.xml" />
</Component>
<Component Id="cmp92D53BB85B8D42A3C0F2FD08233102D5" Guid="*">
<File Id="fil74E9585A41297A7784BF077B4E9E0783" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml" />
</Component>
Expand Down Expand Up @@ -3881,6 +3887,7 @@
<ComponentRef Id="cmpEDFE5B7CD43B10FD4C5F82D443DA0C5D" />
<ComponentRef Id="cmp7F2719BE7827D3FDDF69D7ACB6135115" />
<ComponentRef Id="cmpD5624BF8D78E80B0526773DE6E4FD2D2" />
<ComponentRef Id="cmp2D89D47A52D9C508B335922A76918EE3" />
<ComponentRef Id="cmp62942A24352ADC631A6C9DAE39D62F70" />
<ComponentRef Id="cmp479E4B1EF0A49C9845DB071F542F5392" />
<ComponentRef Id="cmpDCDC7F34E3D2A51F32765B8C00AE3808" />
Expand Down Expand Up @@ -4074,6 +4081,7 @@
<ComponentRef Id="cmpF691ECE2E61383DFBF997C509D946386" />
<ComponentRef Id="cmpDE148D8065A52DA77846D8339A7F2254" />
<ComponentRef Id="cmp4384DC163B139D10A7988F6DCE10A880" />
<ComponentRef Id="cmp72DEDEB70C04F613F499759765B491C3" />
<ComponentRef Id="cmp92D53BB85B8D42A3C0F2FD08233102D5" />
<ComponentRef Id="cmp5F38D5C60E748EC6C858B453AD3588CF" />
<ComponentRef Id="cmpF367A5E3647B7598492C73AE20E99B06" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,11 @@
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="Microsoft.Azure.Commands.KeyVault.dll-help.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
Expand Down
Loading