diff --git a/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 b/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 index ff61a0eba38a..20ce04aed634 100644 --- a/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 +++ b/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 @@ -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') diff --git a/src/ResourceManager/IotHub/Commands.IotHub/Commands.IotHub.csproj b/src/ResourceManager/IotHub/Commands.IotHub/Commands.IotHub.csproj index 12787b27c819..97896a205662 100644 --- a/src/ResourceManager/IotHub/Commands.IotHub/Commands.IotHub.csproj +++ b/src/ResourceManager/IotHub/Commands.IotHub/Commands.IotHub.csproj @@ -145,10 +145,6 @@ - - Designer - Always - AzureRM.IotHub.psd1 PreserveNewest diff --git a/src/ResourceManager/IotHub/Commands.IotHub/Microsoft.Azure.Commands.IotHub.format.ps1xml b/src/ResourceManager/IotHub/Commands.IotHub/Microsoft.Azure.Commands.IotHub.format.ps1xml deleted file mode 100644 index be5dcf38d490..000000000000 --- a/src/ResourceManager/IotHub/Commands.IotHub/Microsoft.Azure.Commands.IotHub.format.ps1xml +++ /dev/null @@ -1,372 +0,0 @@ - - - - - Microsoft.Azure.Commands.KeyVault.Models.KeyIdentityItem - - Microsoft.Azure.Commands.KeyVault.Models.KeyIdentityItem - - - - - - - - VaultName - - - - Name - - - - Version - - - - Id - - - - Enabled - - - - Expires - - - - NotBefore - - - - Created - - - - Updated - - - - TagsTable - - - - - - - - Microsoft.Azure.Commands.KeyVault.Models.SecretIdentityItem - - Microsoft.Azure.Commands.KeyVault.Models.SecretIdentityItem - - - - - - - - VaultName - - - - Name - - - - Version - - - - Id - - - - Enabled - - - - Expires - - - - NotBefore - - - - Created - - - - Updated - - - - ContentType - - - - TagsTable - - - - - - - - Microsoft.Azure.Commands.KeyVault.Models.PSVaultIdentityItem - - Microsoft.Azure.Commands.KeyVault.Models.PSVaultIdentityItem - - - - - - - - VaultName - - - - ResourceGroupName - - - - Location - - - - ResourceId - - - - TagsTable - - - - - - - - Microsoft.Azure.Commands.KeyVault.Models.PSVault - - Microsoft.Azure.Commands.KeyVault.Models.PSVault - - - - - - - - VaultName - - - - ResourceGroupName - - - - Location - - - - ResourceId - - - - VaultUri - - - - TenantName - - - - Sku - - - - EnabledForDeployment - - - - EnabledForTemplateDeployment - - - - EnabledForDiskEncryption - - - - AccessPoliciesText - - - - TagsTable - - - - - - - - Microsoft.Azure.Commands.KeyVault.Models.PSVaultAccessPolicy - - Microsoft.Azure.Commands.KeyVault.Models.PSVaultAccessPolicy - - - - - - - - TenantName - - - - ObjectId - - - - ApplicationIdDisplayName - - - - DisplayName - - - - PermissionsToKeys - - - - PermissionsToSecrets - - - - - - - - Microsoft.Azure.Commands.KeyVault.Models.Secret - - Microsoft.Azure.Commands.KeyVault.Models.Secret - - - - - - - - VaultName - - - - Name - - - - Version - - - - Id - - - - - if ($_.Attributes -ne $null) - { - $_.Attributes.Enabled; - } - else - { - $_.Attributes; - } - - - - - - if ($_.Attributes -ne $null) - { - $_.Attributes.Expires; - } - else - { - $_.Attributes; - } - - - - - - if ($_.Attributes -ne $null) - { - $_.Attributes.NotBefore; - } - else - { - $_.Attributes; - } - - - - - - if ($_.Attributes -ne $null) - { - $_.Attributes.Created; - } - else - { - $_.Attributes; - } - - - - - - if ($_.Attributes -ne $null) - { - $_.Attributes.Updated; - } - else - { - $_.Attributes; - } - - - - - - if ($_.Attributes -ne $null) - { - $_.Attributes.ContentType; - } - else - { - $_.Attributes; - } - - - - - - if ($_.Attributes -ne $null) - { - $_.Attributes.TagsTable; - } - else - { - $_.Attributes; - } - - - - - - - - -