Documentation ¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanUpSettings ¶
CleanUpSettings replaces the protected settings for all settings files [ex: 0.settings, etc] to ensure no protected settings are logged in VM
Types ¶
type HandlerSettings ¶
type HandlerSettings struct { // string containing the json sent for the public settings PublicSettings string // string containing the decrypted protected settings ProtectedSettings string }
HandlerSettings contains the decrypted settings for the extension
func GetHandlerSettings ¶
func GetHandlerSettings(el logging.ILogger, he *handlerenv.HandlerEnvironment, seqNo uint) (hs *HandlerSettings, _ error)
GetHandlerSettings reads and parses the handler's settings in an OS independent manner
Click to show internal directories.
Click to hide internal directories.