Skip to content

Bug/Typo in variable: Build script overrides for AzureFunction template not working #199

Description

@jklotzsche-msft

Issue
Typo in key/value name
In the build.config.psd1 file, the override is called

AuthLevelOverrides = @{
	# 'Set-Foo' = 'anonymous'
}

with the plural s in the end

but in the build script, we are looking for

if ($config.HttpTrigger.AuthLevelOverride.$($command.BaseName)) {
$authLevel = $config.HttpTrigger.AuthLevelOverride.$($command.BaseName)
}

without the plural s in the end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions