Skip to content

Commit 7774bc7

Browse files
committed
Add help file for Key Vault cmdlets
1 parent 2811ed6 commit 7774bc7

File tree

3 files changed

+4596
-1
lines changed

3 files changed

+4596
-1
lines changed

setup/azurecmdfiles.wxi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@
263263
<Component Id="cmpD5624BF8D78E80B0526773DE6E4FD2D2" Guid="*">
264264
<File Id="fil81AE4D49FE4C59DD6526396037D718F7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Compute.dll-Help.xml" />
265265
</Component>
266+
<Component Id="cmp2D89D47A52D9C508B335922A76918EE3" Guid="*">
267+
<File Id="filFE04FA7CFF5D29881FA54A6ED872814A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Compute.format.generated.ps1xml" />
268+
</Component>
266269
<Component Id="cmp62942A24352ADC631A6C9DAE39D62F70" Guid="*">
267270
<File Id="fil1FB621027ABD42027FCAE84212775303" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Compute\Microsoft.Azure.Commands.Compute.format.ps1xml" />
268271
</Component>
@@ -880,6 +883,9 @@
880883
<Component Id="cmp4384DC163B139D10A7988F6DCE10A880" Guid="*">
881884
<File Id="fil93B13FEC3D2F0E6C24EEA5A88743673E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.dll" />
882885
</Component>
886+
<Component Id="cmp72DEDEB70C04F613F499759765B491C3" Guid="*">
887+
<File Id="fil945BE330AE595DDFB65805EF5604059F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.dll-help.xml" />
888+
</Component>
883889
<Component Id="cmp92D53BB85B8D42A3C0F2FD08233102D5" Guid="*">
884890
<File Id="fil74E9585A41297A7784BF077B4E9E0783" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml" />
885891
</Component>
@@ -3881,6 +3887,7 @@
38813887
<ComponentRef Id="cmpEDFE5B7CD43B10FD4C5F82D443DA0C5D" />
38823888
<ComponentRef Id="cmp7F2719BE7827D3FDDF69D7ACB6135115" />
38833889
<ComponentRef Id="cmpD5624BF8D78E80B0526773DE6E4FD2D2" />
3890+
<ComponentRef Id="cmp2D89D47A52D9C508B335922A76918EE3" />
38843891
<ComponentRef Id="cmp62942A24352ADC631A6C9DAE39D62F70" />
38853892
<ComponentRef Id="cmp479E4B1EF0A49C9845DB071F542F5392" />
38863893
<ComponentRef Id="cmpDCDC7F34E3D2A51F32765B8C00AE3808" />
@@ -4074,6 +4081,7 @@
40744081
<ComponentRef Id="cmpF691ECE2E61383DFBF997C509D946386" />
40754082
<ComponentRef Id="cmpDE148D8065A52DA77846D8339A7F2254" />
40764083
<ComponentRef Id="cmp4384DC163B139D10A7988F6DCE10A880" />
4084+
<ComponentRef Id="cmp72DEDEB70C04F613F499759765B491C3" />
40774085
<ComponentRef Id="cmp92D53BB85B8D42A3C0F2FD08233102D5" />
40784086
<ComponentRef Id="cmp5F38D5C60E748EC6C858B453AD3588CF" />
40794087
<ComponentRef Id="cmpF367A5E3647B7598492C73AE20E99B06" />

src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,11 @@
207207
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
208208
</EmbeddedResource>
209209
</ItemGroup>
210-
<ItemGroup />
210+
<ItemGroup>
211+
<Content Include="Microsoft.Azure.Commands.KeyVault.dll-help.xml">
212+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
213+
</Content>
214+
</ItemGroup>
211215
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212216
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
213217
<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')" />

0 commit comments

Comments
 (0)