Fix invocation of functionapp in the deployment script (#2645)

This commit is contained in:
Cheick Keita
2022-11-21 21:13:53 -08:00
committed by GitHub
parent abb7b4781e
commit ae827b2dda

View File

@ -1237,7 +1237,7 @@ class Client:
"--name",
self.application_name,
"--resource-group",
self.application_name,
self.resource_group,
"--settings",
]
+ python_settings,
@ -1254,7 +1254,7 @@ class Client:
"--name",
self.application_name + DOTNET_APPLICATION_SUFFIX,
"--resource-group",
self.application_name,
self.resource_group,
"--settings",
]
+ dotnet_settings,