File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
src/Functions/Functions.Autorest/docs Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -14,24 +14,25 @@ Gets the Flex Consumption function app runtimes supported at the specified locat
1414
1515### AllRuntimes (Default)
1616```
17- Get-AzFunctionAppFlexConsumptionRuntime -Location <String> [<CommonParameters>]
17+ Get-AzFunctionAppFlexConsumptionRuntime -Location <String> [-SubscriptionId <String>] [ <CommonParameters>]
1818```
1919
2020### AllVersions
2121```
22- Get-AzFunctionAppFlexConsumptionRuntime -Location <String> -Runtime <String> [<CommonParameters>]
22+ Get-AzFunctionAppFlexConsumptionRuntime -Location <String> -Runtime <String> [-SubscriptionId <String>]
23+ [<CommonParameters>]
2324```
2425
2526### ByVersion
2627```
2728Get-AzFunctionAppFlexConsumptionRuntime -Location <String> -Runtime <String> -Version <String>
28- [<CommonParameters>]
29+ [-SubscriptionId <String>] [ <CommonParameters>]
2930```
3031
3132### DefaultOrLatest
3233```
3334Get-AzFunctionAppFlexConsumptionRuntime -DefaultOrLatest -Location <String> -Runtime <String>
34- [<CommonParameters>]
35+ [-SubscriptionId <String>] [ <CommonParameters>]
3536```
3637
3738## DESCRIPTION
@@ -155,6 +156,21 @@ Accept pipeline input: False
155156Accept wildcard characters : False
156157` ` `
157158
159+ ### -SubscriptionId
160+ The Azure subscription ID.
161+
162+ ` ` ` yaml
163+ Type : System.String
164+ Parameter Sets : (All)
165+ Aliases :
166+
167+ Required : False
168+ Position : Named
169+ Default value : (Get-AzContext).Subscription.Id
170+ Accept pipeline input : False
171+ Accept wildcard characters : False
172+ ` ` `
173+
158174### -Version
159175The function app runtime version.
160176
You can’t perform that action at this time.
0 commit comments