Skip to content

Commit 12fa9ca

Browse files
author
dragonfly91
committed
Removed unnecessary lines from AzureResourceManager.psd1
1 parent 34f8c2a commit 12fa9ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ FormatsToProcess = @(
8282
'.\AzureRM.UsageAggregates\Microsoft.Azure.Commands.UsageAggregates.Format.ps1xml',
8383
'.\AzureRM.Sql\Microsoft.Azure.Commands.Sql.format.ps1xml',
8484
'.\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.DataLakeAnalytics.format.ps1xml',
85-
'.\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStoreFileSystem.format.ps1xml',
86-
'.\AzureRM.RecoveryServices.Backup\Microsoft.Azure.Commands.RecoveryServices.Backup.format.ps1xml'
85+
'.\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStoreFileSystem.format.ps1xml'
8786
)
8887

8988
# Modules to import as nested modules of the module specified in ModuleToProcess
@@ -118,7 +117,6 @@ NestedModules = @(
118117
'.\AzureRM.DataLakeStore',
119118
'.\AzureRM.Intune',
120119
'.\AzureRM.RecoveryServices',
121-
'.\AzureRM.RecoveryServices.Backup',
122120
'.\AzureRM.AzureStackAdmin',
123121
'.\AzureRM.AzureStackStorage'
124122
)

0 commit comments

Comments
 (0)