Skip to content

Implement 'az cloud list-profiles' #2279

@derekbekoe

Description

@derekbekoe

Implement command that lists the API profiles a given cloud supports.

$ az cloud list-profiles --help

Command
    az cloud list-profiles: List the profiles a given cloud supports.

Arguments
    --name -n: Name of the cloud. Default <active-cloud>.

Example output:

$ az cloud list-profiles
[
“2015-02-01-consistent”,
“2016-06-06-preview”,
“latest”
]

This assumes an endpoint exists on the cloud that returns the above information.

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