Skip to content

App Platform: Default value is invalid for temporaryDisk #14432

@mikhailshilkov

Description

@mikhailshilkov

In the latest 2020-07-01 API version, the temporaryDisk property defines a default value "/tmp":

"temporaryDisk": {
"$ref": "#/definitions/TemporaryDisk",
"description": "Temporary disk settings",
"default": "/tmp"

This is wrong because temporaryDisk is an object of type TemporaryDisk with a property mountPath. It's the property that should have the default value.

The issue is introduced in #13927

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions