We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52baaf9 commit e3859f7Copy full SHA for e3859f7
src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1
@@ -91,8 +91,8 @@ NestedModules = @(
91
'.\Websites\Microsoft.Azure.Commands.Websites.dll',
92
'.\Compute\Microsoft.Azure.Commands.Compute.dll',
93
'.\Network\Microsoft.Azure.Commands.Network.dll',
94
- '.\Storage\Microsoft.WindowsAzure.Commands.Storage.dll'
95
- '.\ResourceManager\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
+ '.\Storage\Microsoft.WindowsAzure.Commands.Storage.dll',
+ '.\ResourceManager\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll'
96
)
97
98
# Functions to export from this module
0 commit comments