Get-AzProfile
Get the service profiles supported by installed modules.
Syntax
Get-AzProfile
[-ModuleName <String[]>]
[-ListAvailable]
[<CommonParameters>]
Description
Get the service profiles supported by installed modules.
Examples
Example 1
PS C:\> Get-AzProfile -ModuleName Az.KeyVault
Name Description
---- -----------
latest-2019-04-30 A snapshot of the service API versions in the Azure Global Cloud. This profile was defined in April 2019.
hybrid-2019-03-01 A snapshot of the Service API versions in AzureStack, Azure Sovereign clouds, and the Azure Global Cloud. This profile was defined in March 2019.
Get the service profile supported by the KeyVault module
Parameters
-ListAvailable
List all service profiles supported by installed modules
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ModuleName
The name of the module to check
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None