Skip to content

Commit

Permalink
Merge pull request Azure#4503 from chieftn/preview
Browse files Browse the repository at this point in the history
Remove KeyVault ps1xml File from IoT Hub
  • Loading branch information
cormacpayne authored Aug 25, 2017
2 parents 3442d01 + 3d92f14 commit d0ea9ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 377 deletions.
2 changes: 1 addition & 1 deletion src/ResourceManager/IotHub/AzureRM.IotHub.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.3.1'; }
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = '.\Microsoft.Azure.Commands.IotHub.format.ps1xml'
#FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.Commands.IotHub.dll')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="Microsoft.Azure.Commands.IotHub.format.ps1xml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="..\AzureRM.IotHub.psd1">
<Link>AzureRM.IotHub.psd1</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

This file was deleted.

0 comments on commit d0ea9ae

Please sign in to comment.