Skip to content

Commit 095dabf

Browse files
committed
Fixed missing cmdlets and aliases in module psd1 files.
1 parent 522d154 commit 095dabf

File tree

4 files changed

+361
-345
lines changed

4 files changed

+361
-345
lines changed

src/ResourceManager/Compute/AzureRM.Compute.Netcore.psd1

Lines changed: 99 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -77,107 +77,110 @@ NestedModules = @('.\Microsoft.Azure.Commands.Compute.dll')
7777
FunctionsToExport = @()
7878

7979
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
80-
CmdletsToExport = 'Remove-AzureRmAvailabilitySet', 'Get-AzureRmAvailabilitySet',
81-
'New-AzureRmAvailabilitySet', 'Update-AzureRmAvailabilitySet',
82-
'Get-AzureRmVMExtensionImageType', 'Get-AzureRmVMExtensionImage',
83-
'Get-AzureRmVMADDomainExtension', 'Set-AzureRmVMADDomainExtension',
84-
'Get-AzureRmVMAEMExtension', 'Remove-AzureRmVMAEMExtension',
85-
'Set-AzureRmVMAEMExtension', 'Test-AzureRmVMAEMExtension',
86-
'Set-AzureRmVMBginfoExtension',
87-
'Get-AzureRmVMCustomScriptExtension',
88-
'Remove-AzureRmVMCustomScriptExtension',
89-
'Set-AzureRmVMCustomScriptExtension',
90-
'Get-AzureRmVMDiagnosticsExtension',
91-
'Remove-AzureRmVMDiagnosticsExtension',
92-
'Remove-AzureRmVmssDiagnosticsExtension',
93-
'Set-AzureRmVMDiagnosticsExtension', 'Set-AzureRmVMExtension',
94-
'Remove-AzureRmVMExtension', 'Get-AzureRmVMExtension',
95-
'Get-AzureRmVMSqlServerExtension',
96-
'New-AzureRmVMSqlServerAutoBackupConfig',
97-
'New-AzureRmVMSqlServerAutoPatchingConfig',
98-
'New-AzureRmVMSqlServerKeyVaultCredentialConfig',
99-
'Remove-AzureRmVMSqlServerExtension',
100-
'Set-AzureRmVMSqlServerExtension', 'Get-AzureRmVMImage',
101-
'Get-AzureRmVMAccessExtension', 'Remove-AzureRmVMAccessExtension',
102-
'Set-AzureRmVMAccessExtension', 'Get-AzureRmVMImageSku',
103-
'Get-AzureRmVMImagePublisher', 'Get-AzureRmVMImageOffer',
104-
'Get-AzureRmRemoteDesktopFile', 'Get-AzureRmVMUsage',
105-
'Get-AzureRmVMSize', 'Save-AzureRmVMImage', 'Set-AzureRmVM',
106-
'Add-AzureRmVMAdditionalUnattendContent',
107-
'Add-AzureRmVMSshPublicKey', 'Add-AzureRmVMSecret',
108-
'Remove-AzureRmVMSecret', 'Remove-AzureRmVMNetworkInterface',
109-
'Remove-AzureRmVMDataDisk', 'Set-AzureRmVMBootDiagnostics',
110-
'Set-AzureRmVMDataDisk', 'Set-AzureRmVMPlan',
111-
'Set-AzureRmVMSourceImage', 'Set-AzureRmVMOSDisk',
112-
'Get-AzureRmVMBootDiagnosticsData', 'Get-AzureRmVM',
113-
'Update-AzureRmVM', 'Restart-AzureRmVM', 'New-AzureRmVM',
114-
'Start-AzureRmVM', 'Stop-AzureRmVM', 'Remove-AzureRmVM',
115-
'New-AzureRmVMConfig', 'Set-AzureRmVMOperatingSystem',
116-
'Add-AzureRmVMDataDisk', 'Add-AzureRmVMNetworkInterface',
117-
'Add-AzureRmVhd', 'Save-AzureRmVhd',
118-
'Add-AzureRmContainerServiceAgentPoolProfile',
119-
'New-AzureRmContainerServiceConfig',
120-
'Remove-AzureRmContainerServiceAgentPoolProfile',
121-
'New-AzureRmContainerService', 'Update-AzureRmContainerService',
122-
'Remove-AzureRmContainerService', 'Get-AzureRmContainerService',
123-
'Get-AzureRmVmssVM', 'Set-AzureRmVmssVM',
124-
'Add-AzureRmVmssAdditionalUnattendContent',
125-
'Add-AzureRmVmssExtension', 'Add-AzureRmVmssDataDisk',
126-
'Add-AzureRmVmssNetworkInterfaceConfiguration',
127-
'Add-AzureRmVmssSecret', 'Add-AzureRmVmssSshPublicKey',
128-
'Add-AzureRmVmssWinRMListener', 'New-AzureRmVmssConfig',
129-
'New-AzureRmVmssIpConfig', 'New-AzureRmVmssVaultCertificateConfig',
130-
'Remove-AzureRmVmssExtension', 'Remove-AzureRmVmssDataDisk',
131-
'Remove-AzureRmVmssNetworkInterfaceConfiguration',
132-
'Set-AzureRmVmssOsProfile', 'Set-AzureRmVmssStorageProfile',
133-
'New-AzureRmVmss', 'Update-AzureRmVmss', 'Stop-AzureRmVmss',
134-
'Remove-AzureRmVmss', 'Get-AzureRmVmss', 'Get-AzureRmVmssSku',
135-
'Set-AzureRmVmss', 'Restart-AzureRmVmss', 'Start-AzureRmVmss',
136-
'Update-AzureRmVmssInstance', 'Get-AzureRmVMDscExtensionStatus',
137-
'Publish-AzureRmVMDscConfiguration', 'Remove-AzureRmVMDscExtension',
138-
'Set-AzureRmVMDscExtension', 'Get-AzureRmVMDscExtension',
139-
'Add-AzureRmVmssDiagnosticsExtension', 'Get-AzureRmVMChefExtension',
140-
'Remove-AzureRmVMChefExtension', 'Set-AzureRmVMChefExtension',
141-
'Remove-AzureRmVMBackup', 'Disable-AzureRmVMDiskEncryption',
142-
'Get-AzureRmVMDiskEncryptionStatus',
143-
'Remove-AzureRmVMDiskEncryptionExtension',
144-
'Set-AzureRmVMDiskEncryptionExtension',
145-
'Set-AzureRmVMBackupExtension', 'New-AzureRmDisk',
146-
'Update-AzureRmDisk', 'Get-AzureRmDisk', 'Remove-AzureRmDisk',
147-
'Grant-AzureRmDiskAccess', 'Revoke-AzureRmDiskAccess',
148-
'New-AzureRmDiskConfig', 'Set-AzureRmDiskDiskEncryptionKey',
149-
'Set-AzureRmDiskImageReference', 'Set-AzureRmDiskKeyEncryptionKey',
150-
'New-AzureRmDiskUpdateConfig',
151-
'Set-AzureRmDiskUpdateDiskEncryptionKey',
152-
'Set-AzureRmDiskUpdateImageReference',
153-
'Set-AzureRmDiskUpdateKeyEncryptionKey', 'New-AzureRmSnapshot',
154-
'Update-AzureRmSnapshot', 'Get-AzureRmSnapshot',
155-
'Remove-AzureRmSnapshot', 'Grant-AzureRmSnapshotAccess',
156-
'Revoke-AzureRmSnapshotAccess', 'New-AzureRmSnapshotConfig',
157-
'Set-AzureRmSnapshotDiskEncryptionKey',
158-
'Set-AzureRmSnapshotImageReference',
159-
'Set-AzureRmSnapshotKeyEncryptionKey',
160-
'New-AzureRmSnapshotUpdateConfig',
161-
'Set-AzureRmSnapshotUpdateDiskEncryptionKey',
162-
'Set-AzureRmSnapshotUpdateImageReference',
163-
'Set-AzureRmSnapshotUpdateKeyEncryptionKey', 'New-AzureRmImage',
164-
'Update-AzureRmImage', 'Get-AzureRmImage', 'Remove-AzureRmImage',
165-
'New-AzureRmImageConfig', 'Set-AzureRmImageOsDisk',
166-
'Add-AzureRmImageDataDisk', 'Remove-AzureRmImageDataDisk',
167-
'ConvertTo-AzureRmVMManagedDisk', 'Set-AzureRmVmssBootDiagnostic',
168-
'Get-AzureRmComputeResourceSku', 'Get-AzureRmVMRunCommandDocument',
169-
'Invoke-AzureRmVMRunCommand', 'Start-AzureRmVmssRollingOSUpgrade',
170-
'Stop-AzureRmVmssRollingUpgrade', 'Get-AzureRmVmssRollingUpgrade',
171-
'Set-AzureRmVmssRollingUpgradePolicy',
172-
'Set-AzureRmVmssDiskEncryptionExtension',
173-
'Disable-AzureRmVmssDiskEncryption',
174-
'Get-AzureRmVmssDiskEncryption', 'Get-AzureRmVmssVMDiskEncryption'
80+
CmdletsToExport = 'Remove-AzureRmAvailabilitySet', 'Get-AzureRmAvailabilitySet',
81+
'New-AzureRmAvailabilitySet', 'Update-AzureRmAvailabilitySet',
82+
'Get-AzureRmVMExtensionImageType', 'Get-AzureRmVMExtensionImage',
83+
'Get-AzureRmVMADDomainExtension', 'Set-AzureRmVMADDomainExtension',
84+
'Get-AzureRmVMAEMExtension', 'Remove-AzureRmVMAEMExtension',
85+
'Set-AzureRmVMAEMExtension', 'Test-AzureRmVMAEMExtension',
86+
'Set-AzureRmVMBginfoExtension',
87+
'Get-AzureRmVMCustomScriptExtension',
88+
'Remove-AzureRmVMCustomScriptExtension',
89+
'Set-AzureRmVMCustomScriptExtension',
90+
'Get-AzureRmVMDiagnosticsExtension',
91+
'Remove-AzureRmVMDiagnosticsExtension',
92+
'Remove-AzureRmVmssDiagnosticsExtension',
93+
'Set-AzureRmVMDiagnosticsExtension', 'Set-AzureRmVMExtension',
94+
'Remove-AzureRmVMExtension', 'Get-AzureRmVMExtension',
95+
'Get-AzureRmVMSqlServerExtension',
96+
'New-AzureRmVMSqlServerAutoBackupConfig',
97+
'New-AzureRmVMSqlServerAutoPatchingConfig',
98+
'New-AzureRmVMSqlServerKeyVaultCredentialConfig',
99+
'Remove-AzureRmVMSqlServerExtension',
100+
'Set-AzureRmVMSqlServerExtension', 'Get-AzureRmVMImage',
101+
'Get-AzureRmVMAccessExtension', 'Remove-AzureRmVMAccessExtension',
102+
'Set-AzureRmVMAccessExtension', 'Get-AzureRmVMImageSku',
103+
'Get-AzureRmVMImagePublisher', 'Get-AzureRmVMImageOffer',
104+
'Get-AzureRmRemoteDesktopFile', 'Get-AzureRmVMUsage',
105+
'Get-AzureRmVMSize', 'Save-AzureRmVMImage', 'Set-AzureRmVM',
106+
'Add-AzureRmVMAdditionalUnattendContent',
107+
'Add-AzureRmVMSshPublicKey', 'Add-AzureRmVMSecret',
108+
'Remove-AzureRmVMSecret', 'Remove-AzureRmVMNetworkInterface',
109+
'Remove-AzureRmVMDataDisk', 'Set-AzureRmVMBootDiagnostics',
110+
'Set-AzureRmVMDataDisk', 'Set-AzureRmVMPlan',
111+
'Set-AzureRmVMSourceImage', 'Set-AzureRmVMOSDisk',
112+
'Get-AzureRmVMBootDiagnosticsData', 'Get-AzureRmVM',
113+
'Update-AzureRmVM', 'Restart-AzureRmVM', 'New-AzureRmVM',
114+
'Start-AzureRmVM', 'Stop-AzureRmVM', 'Remove-AzureRmVM',
115+
'New-AzureRmVMConfig', 'Set-AzureRmVMOperatingSystem',
116+
'Add-AzureRmVMDataDisk', 'Add-AzureRmVMNetworkInterface',
117+
'Add-AzureRmVhd', 'Save-AzureRmVhd',
118+
'Add-AzureRmContainerServiceAgentPoolProfile',
119+
'New-AzureRmContainerServiceConfig',
120+
'Remove-AzureRmContainerServiceAgentPoolProfile',
121+
'New-AzureRmContainerService', 'Update-AzureRmContainerService',
122+
'Remove-AzureRmContainerService', 'Get-AzureRmContainerService',
123+
'Get-AzureRmVmssVM', 'Set-AzureRmVmssVM',
124+
'Add-AzureRmVmssAdditionalUnattendContent',
125+
'Add-AzureRmVmssExtension', 'Add-AzureRmVmssDataDisk',
126+
'Add-AzureRmVmssNetworkInterfaceConfiguration',
127+
'Add-AzureRmVmssSecret', 'Add-AzureRmVmssSshPublicKey',
128+
'Add-AzureRmVmssWinRMListener', 'New-AzureRmVmssConfig',
129+
'New-AzureRmVmssIpConfig', 'New-AzureRmVmssVaultCertificateConfig',
130+
'Remove-AzureRmVmssExtension', 'Remove-AzureRmVmssDataDisk',
131+
'Remove-AzureRmVmssNetworkInterfaceConfiguration',
132+
'Set-AzureRmVmssOsProfile', 'Set-AzureRmVmssStorageProfile',
133+
'New-AzureRmVmss', 'Update-AzureRmVmss', 'Stop-AzureRmVmss',
134+
'Remove-AzureRmVmss', 'Get-AzureRmVmss', 'Get-AzureRmVmssSku',
135+
'Set-AzureRmVmss', 'Restart-AzureRmVmss', 'Start-AzureRmVmss',
136+
'Update-AzureRmVmssInstance', 'Get-AzureRmVMDscExtensionStatus',
137+
'Publish-AzureRmVMDscConfiguration', 'Remove-AzureRmVMDscExtension',
138+
'Set-AzureRmVMDscExtension', 'Get-AzureRmVMDscExtension',
139+
'Add-AzureRmVmssDiagnosticsExtension', 'Get-AzureRmVMChefExtension',
140+
'Remove-AzureRmVMChefExtension', 'Set-AzureRmVMChefExtension',
141+
'Remove-AzureRmVMBackup', 'Disable-AzureRmVMDiskEncryption',
142+
'Get-AzureRmVMDiskEncryptionStatus',
143+
'Remove-AzureRmVMDiskEncryptionExtension',
144+
'Set-AzureRmVMDiskEncryptionExtension',
145+
'Set-AzureRmVMBackupExtension', 'New-AzureRmDisk',
146+
'Update-AzureRmDisk', 'Get-AzureRmDisk', 'Remove-AzureRmDisk',
147+
'Grant-AzureRmDiskAccess', 'Revoke-AzureRmDiskAccess',
148+
'New-AzureRmDiskConfig', 'Set-AzureRmDiskDiskEncryptionKey',
149+
'Set-AzureRmDiskImageReference', 'Set-AzureRmDiskKeyEncryptionKey',
150+
'New-AzureRmDiskUpdateConfig',
151+
'Set-AzureRmDiskUpdateDiskEncryptionKey',
152+
'Set-AzureRmDiskUpdateImageReference',
153+
'Set-AzureRmDiskUpdateKeyEncryptionKey', 'New-AzureRmSnapshot',
154+
'Update-AzureRmSnapshot', 'Get-AzureRmSnapshot',
155+
'Remove-AzureRmSnapshot', 'Grant-AzureRmSnapshotAccess',
156+
'Revoke-AzureRmSnapshotAccess', 'New-AzureRmSnapshotConfig',
157+
'Set-AzureRmSnapshotDiskEncryptionKey',
158+
'Set-AzureRmSnapshotImageReference',
159+
'Set-AzureRmSnapshotKeyEncryptionKey',
160+
'New-AzureRmSnapshotUpdateConfig',
161+
'Set-AzureRmSnapshotUpdateDiskEncryptionKey',
162+
'Set-AzureRmSnapshotUpdateImageReference',
163+
'Set-AzureRmSnapshotUpdateKeyEncryptionKey', 'New-AzureRmImage',
164+
'Update-AzureRmImage', 'Get-AzureRmImage', 'Remove-AzureRmImage',
165+
'New-AzureRmImageConfig', 'Set-AzureRmImageOsDisk',
166+
'Add-AzureRmImageDataDisk', 'Remove-AzureRmImageDataDisk',
167+
'ConvertTo-AzureRmVMManagedDisk', 'Set-AzureRmVmssBootDiagnostic',
168+
'Get-AzureRmComputeResourceSku', 'Get-AzureRmVMRunCommandDocument',
169+
'Invoke-AzureRmVMRunCommand', 'Start-AzureRmVmssRollingOSUpgrade',
170+
'Stop-AzureRmVmssRollingUpgrade', 'Get-AzureRmVmssRollingUpgrade',
171+
'Set-AzureRmVmssRollingUpgradePolicy',
172+
'Set-AzureRmVmssDiskEncryptionExtension',
173+
'Disable-AzureRmVmssDiskEncryption',
174+
'Get-AzureRmVmssDiskEncryption', 'Get-AzureRmVmssVMDiskEncryption',
175+
'Export-AzureRmLogAnalyticRequestRateByInterval',
176+
'Export-AzureRmLogAnalyticThrottledRequests'
175177

176178
# Variables to export from this module
177179
# VariablesToExport = @()
178180

179181
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
180-
AliasesToExport = ''
182+
AliasesToExport = 'Get-AzureRmVmssDiskEncryptionStatus',
183+
'Get-AzureRmVmssVMDiskEncryptionStatus'
181184

182185
# DSC resources to export from this module
183186
# DscResourcesToExport = @()

0 commit comments

Comments
 (0)