Skip to content

Import Devices only takes one device at a time #248

@CarlB-dev

Description

@CarlB-dev

Using the format described here - https://f5devcentral.github.io/vscode-f5/#/device_importing?id=json-object-list-import-structure
When I import multiple devices, I see it add a device and the IP address changes as it parses the file and stops at the last one in the JSON structure. If I repeat, it will add a new device and then stop at the next to the last one in the JSON file, and this repeats until all of the devices in the JSON file are in place.

I originally discovered this on a code server implementation of the extension, but can replicate it locally on my windows 10 machine as well.
Both versions of the extension are 3.16.1

[
    {
        "device": "[email protected]",
        "password": "password",
        "provider": "tmos"
    },
    {
        "device": "[email protected]",
        "password": "password",
        "provider": "tmos"
    },
    {
        "device": "[email protected]",
        "password": "password",
        "provider": "tmos"
    },
    {
        "device": "[email protected]",
        "password": "password",
        "provider": "tmos"
    }
]

Metadata

Metadata

Assignees

No one assigned

    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