mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
Fix invocation of functionapp in the deployment script (#2645)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user