@@ -57,9 +57,11 @@ ScriptsToProcess = @()
57
57
TypesToProcess = @ (
58
58
' .\Services\Microsoft.WindowsAzure.Commands.Websites.Types.ps1xml' ,
59
59
' .\Sql\Microsoft.WindowsAzure.Commands.SqlDatabase.Types.ps1xml'
60
- ' .\Storage\Microsoft.WindowsAzure.Commands.Storage.Types.ps1xml'
60
+ ' .\Storage\Microsoft.WindowsAzure.Commands.Storage.Types.ps1xml' ,
61
+ ' .\StorSimple\Microsoft.WindowsAzure.Commands.StorSimple.Types.ps1xml'
61
62
)
62
63
64
+
63
65
# Format files (.ps1xml) to be loaded when importing this module
64
66
FormatsToProcess = @ (
65
67
' .\Services\Microsoft.WindowsAzure.Commands.Websites.format.ps1xml' ,
@@ -70,7 +72,8 @@ FormatsToProcess = @(
70
72
' .\Services\Microsoft.WindowsAzure.Commands.Scheduler.format.ps1xml' ,
71
73
' .\Compute\Microsoft.WindowsAzure.Commands.ServiceManagement.format.ps1xml' ,
72
74
' .\Services\Microsoft.WindowsAzure.Commands.Profile.format.ps1xml' ,
73
- ' .\Network\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.format.ps1xml'
75
+ ' .\Network\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.format.ps1xml' ,
76
+ ' .\StorSimple\Microsoft.WindowsAzure.Commands.StorSimple.format.ps1xml'
74
77
)
75
78
76
79
# Modules to import as nested modules of the module specified in ModuleToProcess
@@ -154,7 +157,55 @@ AliasesToExport = @(
154
157
' Wait-AzureHDInsightJob' ,
155
158
' Get-AzureStorageContainerAcl' ,
156
159
' Start-CopyAzureStorageBlob' ,
157
- ' Stop-CopyAzureStorageBlob'
160
+ ' Stop-CopyAzureStorageBlob' ,
161
+ ' Get-SSAccessControlRecord' ,
162
+ ' Get-SSDevice' ,
163
+ ' Get-SSDeviceBackup' ,
164
+ ' Get-SSDeviceBackupPolicy' ,
165
+ ' Get-SSDeviceConnectedInitiator' ,
166
+ ' Get-SSDeviceVolume' ,
167
+ ' Get-SSDeviceVolumeContainer' ,
168
+ ' Get-SSFailoverVolumeContainers' ,
169
+ ' Get-SSJob' ,
170
+ ' Get-SSResource' ,
171
+ ' Get-SSResourceContext' ,
172
+ ' Get-SSStorageAccountCredential' ,
173
+ ' Get-SSTask' ,
174
+ ' New-SSAccessControlRecord' ,
175
+ ' New-SSDeviceBackupPolicy' ,
176
+ ' New-SSDeviceBackupScheduleAddConfig' ,
177
+ ' New-SSDeviceBackupScheduleUpdateConfig' ,
178
+ ' New-SSDeviceVolume' ,
179
+ ' New-SSDeviceVolumeContainer' ,
180
+ ' New-SSInlineStorageAccountCredential' ,
181
+ ' New-SSNetworkConfig' ,
182
+ ' New-SSStorageAccountCredential' ,
183
+ ' New-SSVirtualDevice' ,
184
+ ' Remove-SSAccessControlRecord' ,
185
+ ' Remove-SSDeviceBackup' ,
186
+ ' Remove-SSDeviceBackupPolicy' ,
187
+ ' Remove-SSDeviceVolume' ,
188
+ ' Remove-SSDeviceVolumeContainer' ,
189
+ ' Remove-SSStorageAccountCredential' ,
190
+ ' Select-SSResource' ,
191
+ ' Set-SSAccessControlRecord' ,
192
+ ' Set-SSDevice' ,
193
+ ' Set-SSDeviceBackupPolicy' ,
194
+ ' Set-SSDeviceVolume' ,
195
+ ' Set-SSStorageAccountCredential' ,
196
+ ' Set-SSVirtualDevice' ,
197
+ ' Start-SSBackupCloneJob' ,
198
+ ' Start-SSDeviceBackupJob' ,
199
+ ' Start-SSDeviceBackupRestoreJob' ,
200
+ ' Start-SSDeviceFailoverJob' ,
201
+ ' Stop-SSJob' ,
202
+ ' Confirm-SSLegacyVolumeContainerStatus' ,
203
+ ' Get-SSLegacyVolumeContainerConfirmStatus' ,
204
+ ' Get-SSLegacyVolumeContainerMigrationPlan' ,
205
+ ' Get-SSLegacyVolumeContainerStatus' ,
206
+ ' Import-SSLegacyApplianceConfig' ,
207
+ ' Import-SSLegacyVolumeContainer' ,
208
+ ' Start-SSLegacyVolumeContainerMigrationPlan'
158
209
)
159
210
160
211
# List of all modules packaged with this module
0 commit comments