Skip to content

Commit 19bddd4

Browse files
authored
{App Service} az functionapp create: Stack API to take SKU for Flex (#32264)
1 parent 8c6deaa commit 19bddd4

File tree

3 files changed

+1714
-1
lines changed

3 files changed

+1714
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6477,7 +6477,7 @@ def stacks(self):
64776477

64786478
def get_flex_raw_function_app_stacks(self, cmd, location, runtime):
64796479
stacks_api_url = '/providers/Microsoft.Web/locations/{}/functionAppStacks?' \
6480-
'api-version=2020-10-01&removeHiddenStacks=true&removeDeprecatedStacks=true&stack={}'
6480+
'api-version=2020-10-01&removeHiddenStacks=true&removeDeprecatedStacks=true&stack={}&sku=FC1'
64816481
if runtime == "dotnet-isolated":
64826482
runtime = "dotnet"
64836483
request_url = cmd.cli_ctx.cloud.endpoints.resource_manager + stacks_api_url.format(location, runtime)

0 commit comments

Comments
 (0)