microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Profile subgroup missing #104

Closed MIchaelMainer closed 3 years ago

MIchaelMainer commented 3 years ago

Describe the bug Previously, profile subgroup was available.

To Reproduce Steps to reproduce the behavior:

  1. Install CLI.
  2. Run mg profile -h
  3. Output: mg: 'profile' is not in the 'mg' command group. See 'mg --help'.

Expected behavior

Group
    mg profile

Commands:
    add-cloud    : Add a custom cloud.
    delete-cloud : Deletes a user defined cloud.
    set-cloud    : Set a cloud.
    set-version  : Set version of graph to use.
    show-clouds  : Show list of supported clouds.
    show-profile : Show profile information.
    update-cloud : Update a user defined cloud.

For more specific examples, use: mg find "mg profile"

AB#9370

MIchaelMainer commented 3 years ago

Once this bug is addressed, there are other ones that we need to check whether they are still valid: https://github.com/microsoftgraph/msgraph-cli/blob/task/samples-powershell/samples/powershell/3-Profile.ps1

jobala commented 3 years ago

We renamed the profile subgroup to cloud to align with azure-cli.