Skip to content

Commit 8c007ae

Browse files
committed
FW: Add missing commas in AzureResourceManager.ps1
1 parent 56e3748 commit 8c007ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ FormatsToProcess = @(
6464
'.\DataFactories\Microsoft.Azure.Commands.DataFactories.format.ps1xml',
6565
'.\RedisCache\Microsoft.Azure.Commands.RedisCache.format.ps1xml',
6666
'.\Batch\Microsoft.Azure.Commands.Batch.format.ps1xml',
67-
'.\KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml'
67+
'.\KeyVault\Microsoft.Azure.Commands.KeyVault.format.ps1xml',
6868
'.\StreamAnalytics\Microsoft.Azure.Commands.StreamAnalytics.format.ps1xml'
6969
)
7070

@@ -77,9 +77,9 @@ NestedModules = @(
7777
'.\DataFactories\Microsoft.Azure.Commands.DataFactories.dll',
7878
'.\RedisCache\Microsoft.Azure.Commands.RedisCache.dll',
7979
'.\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'
8383
)
8484

8585
# Functions to export from this module

0 commit comments

Comments
 (0)