Skip to content

Commit 169e479

Browse files
committed
Merge pull request Azure#419 from divyakgupta/dev
Add help file for Key Vault cmdlets
2 parents bcf0742 + 7774bc7 commit 169e479

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>
@@ -883,6 +886,9 @@
883886
<Component Id="cmp4384DC163B139D10A7988F6DCE10A880" Guid="*">
884887
<File Id="fil93B13FEC3D2F0E6C24EEA5A88743673E" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.dll" />
885888
</Component>
889+
<Component Id="cmp72DEDEB70C04F613F499759765B491C3" Guid="*">
890+
<File Id="fil945BE330AE595DDFB65805EF5604059F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.dll-help.xml" />
891+
</Component>
886892
<Component Id="cmp92D53BB85B8D42A3C0F2FD08233102D5" Guid="*">
887893
<File Id="fil74E9585A41297A7784BF077B4E9E0783" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml" />
888894
</Component>
@@ -3908,6 +3914,7 @@
39083914
<ComponentRef Id="cmpEDFE5B7CD43B10FD4C5F82D443DA0C5D" />
39093915
<ComponentRef Id="cmp7F2719BE7827D3FDDF69D7ACB6135115" />
39103916
<ComponentRef Id="cmpD5624BF8D78E80B0526773DE6E4FD2D2" />
3917+
<ComponentRef Id="cmp2D89D47A52D9C508B335922A76918EE3" />
39113918
<ComponentRef Id="cmp62942A24352ADC631A6C9DAE39D62F70" />
39123919
<ComponentRef Id="cmp479E4B1EF0A49C9845DB071F542F5392" />
39133920
<ComponentRef Id="cmpDCDC7F34E3D2A51F32765B8C00AE3808" />
@@ -4102,6 +4109,7 @@
41024109
<ComponentRef Id="cmpF691ECE2E61383DFBF997C509D946386" />
41034110
<ComponentRef Id="cmpDE148D8065A52DA77846D8339A7F2254" />
41044111
<ComponentRef Id="cmp4384DC163B139D10A7988F6DCE10A880" />
4112+
<ComponentRef Id="cmp72DEDEB70C04F613F499759765B491C3" />
41054113
<ComponentRef Id="cmp92D53BB85B8D42A3C0F2FD08233102D5" />
41064114
<ComponentRef Id="cmp5F38D5C60E748EC6C858B453AD3588CF" />
41074115
<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)