< Back
Get-AzureRmModule
Post
NAME Get-AzureRmModule
SYNOPSIS
Returns the versions of an AzureRM module that support a given profile.
SYNTAX
Get-AzureRmModule [-Profile] {2017-03-09-profile | <others>} [-Module] <String> [<CommonParameters>]
DESCRIPTION
Returns the versions of an AzureRM module that support a given profile.
PARAMETERS
-Module <String>
The AzureRM module to retrieve the version for.
Required? true
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Profile <String>
The profile version to check for the given module.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.String
NOTES
Example 1
PS C:\\> Get-AzureRmModule -Profile 2017-03-09-profile -Module AzureRM.Storage
1.0.4.4
The version of the AzureRM.Storage module that supports profile 2017-03-09-profile is version 1.0.4.3.
RELATED LINKS
SYNOPSIS
Returns the versions of an AzureRM module that support a given profile.
SYNTAX
Get-AzureRmModule [-Profile] {2017-03-09-profile | <others>} [-Module] <String> [<CommonParameters>]
DESCRIPTION
Returns the versions of an AzureRM module that support a given profile.
PARAMETERS
-Module <String>
The AzureRM module to retrieve the version for.
Required? true
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Profile <String>
The profile version to check for the given module.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.String
NOTES
Example 1
PS C:\\> Get-AzureRmModule -Profile 2017-03-09-profile -Module AzureRM.Storage
1.0.4.4
The version of the AzureRM.Storage module that supports profile 2017-03-09-profile is version 1.0.4.3.
RELATED LINKS