We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f10edd commit 0c343c9Copy full SHA for 0c343c9
1 file changed
internal/cmds/cmds.go
@@ -325,6 +325,7 @@ func createExtensionEventManager(ctx *log.Context, hEnv types.HandlerEnvironment
325
return extensionEvents
326
}
327
328
+// Converts from the local HandlerEnvironment to the azure-extension-platform HandlerEnvironment
329
func convertToPlatformHandlerEnv(myEnv types.HandlerEnvironment) *handlerenv.HandlerEnvironment {
330
data, err := json.Marshal(myEnv.HandlerEnvironment)
331
if err != nil {
0 commit comments