Skip to content

Commit d0ea9ae

Browse files
authored
Merge pull request Azure#4503 from chieftn/preview
Remove KeyVault ps1xml File from IoT Hub
2 parents 3442d01 + 3d92f14 commit d0ea9ae

File tree

3 files changed

+1
-377
lines changed

3 files changed

+1
-377
lines changed

src/ResourceManager/IotHub/AzureRM.IotHub.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '3.3.1'; }
6363
# TypesToProcess = @()
6464

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

6868
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
6969
NestedModules = @('.\Microsoft.Azure.Commands.IotHub.dll')

src/ResourceManager/IotHub/Commands.IotHub/Commands.IotHub.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@
145145
</EmbeddedResource>
146146
</ItemGroup>
147147
<ItemGroup>
148-
<Content Include="Microsoft.Azure.Commands.IotHub.format.ps1xml">
149-
<SubType>Designer</SubType>
150-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
151-
</Content>
152148
<None Include="..\AzureRM.IotHub.psd1">
153149
<Link>AzureRM.IotHub.psd1</Link>
154150
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

src/ResourceManager/IotHub/Commands.IotHub/Microsoft.Azure.Commands.IotHub.format.ps1xml

Lines changed: 0 additions & 372 deletions
This file was deleted.

0 commit comments

Comments
 (0)