File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/ResourceManager/Resources/Commands.Resources Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ FormatsToProcess = @(
64
64
' .\DataFactories\Microsoft.Azure.Commands.DataFactories.format.ps1xml' ,
65
65
' .\RedisCache\Microsoft.Azure.Commands.RedisCache.format.ps1xml' ,
66
66
' .\Batch\Microsoft.Azure.Commands.Batch.format.ps1xml' ,
67
- ' .\KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml'
67
+ ' .\KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml' ,
68
68
' .\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.format.ps1xml'
69
69
)
70
70
@@ -77,9 +77,9 @@ NestedModules = @(
77
77
' .\DataFactories\Microsoft.Azure.Commands.DataFactories.dll' ,
78
78
' .\RedisCache\Microsoft.Azure.Commands.RedisCache.dll' ,
79
79
' .\Batch\Microsoft.Azure.Commands.Batch.dll' ,
80
- ' .\KeyVault\Microsoft.Azure.Commands.KeyVault.dll'
81
- ' .\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll'
82
- ' .\Insights\Microsoft.Azure.Insights.dll'
80
+ ' .\KeyVault\Microsoft.Azure.Commands.KeyVault.dll' ,
81
+ ' .\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.dll' ,
82
+ ' .\Insights\Microsoft.Azure.Insights.dll'
83
83
)
84
84
85
85
# Functions to export from this module
You can’t perform that action at this time.
0 commit comments