mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 11:28:09 +00:00
Fix invocation of functionapp in the deployment script (#2645)
This commit is contained in:
@ -1237,7 +1237,7 @@ class Client:
|
|||||||
"--name",
|
"--name",
|
||||||
self.application_name,
|
self.application_name,
|
||||||
"--resource-group",
|
"--resource-group",
|
||||||
self.application_name,
|
self.resource_group,
|
||||||
"--settings",
|
"--settings",
|
||||||
]
|
]
|
||||||
+ python_settings,
|
+ python_settings,
|
||||||
@ -1254,7 +1254,7 @@ class Client:
|
|||||||
"--name",
|
"--name",
|
||||||
self.application_name + DOTNET_APPLICATION_SUFFIX,
|
self.application_name + DOTNET_APPLICATION_SUFFIX,
|
||||||
"--resource-group",
|
"--resource-group",
|
||||||
self.application_name,
|
self.resource_group,
|
||||||
"--settings",
|
"--settings",
|
||||||
]
|
]
|
||||||
+ dotnet_settings,
|
+ dotnet_settings,
|
||||||
|
Reference in New Issue
Block a user